home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SNIP0492.ARJ / W_WRAP.H < prev    next >
C/C++ Source or Header  |  1992-04-11  |  148b  |  6 lines

  1. /* w_wrap.h */
  2. /* prototypes for the functions in w_wrap.c */
  3.  
  4. char *word_wrap(char *string, size_t line_len);
  5. void set_tab_size(size_t size);
  6.